Module 7 Conditional Execution and Code Tracing

  1. Name and recognize symbols for Matlab's conditional operators: relational (== ~= < <= >= >) and logical (~ & && | ||)
  2. Know conditional operator precedence rules
  3. Know what an algorithm is
  4. State syntax for while loop.
  5. State syntax for load to read data from file into a Matlab program.
  6. Explain types and cures of common conditional loop errors.
  7. Understand and explain what program input is as compared with input parameters to a function.
  8. Understand and explain the difference between input from a user and input from a file.
  9. Be able to correctly evaluate the results of conditional expressions.
  10. Trace Program Execution by hand.
  11. Accept program input from a data file and use in a program.